home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _7134FEFEE08542B7ABE28CDE9B9645CE < prev    next >
Encoding:
Text File  |  2004-05-19  |  437 b   |  27 lines

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_lowspeed& ")
  4. {
  5.     SetParam("m_nGearbox", "1")
  6.     Description("&SETUPCAR_gearratio&")
  7.     Icon( "Gears_2" )
  8.  
  9. }
  10.  
  11. Option("&SETUPCAR_medium& ")
  12. {
  13.     Default()
  14.     SetParam("m_nGearbox", "3")
  15.     Description("&SETUPCAR_gearratio&")
  16.     Icon( "Gears_4" )
  17.  
  18. }
  19.  
  20. Option("&SETUPCAR_highspeed& ")
  21. {
  22.     SetParam("m_nGearbox", "5")
  23.     Description("&SETUPCAR_gearratio&")
  24.     Icon( "Gears_6" )
  25.  
  26. }
  27.